←Select platform

RegisterWorkstationView<V> Method

Summary

Registers a concrete view type to be created when a view with the provided genric type is requested.

Syntax

C#
VB
C++
public void RegisterWorkstationView<V>( 
   Type concreteViewType 
) 
  
Public Sub RegisterWorkstationView(Of V)( _ 
   ByVal concreteViewType As Type _ 
)  
public: 
void RegisterWorkstationViewgeneric<typename V> 
(  
   Type^ concreteViewType 
)  

Parameters

concreteViewType
The concrete view type that will be created when the view is requested.

Type Parameters

V
The generic type of the view.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly